﻿2026-07-29T08:45:03.4992241Z ##[group]Run actions/checkout@v5
2026-07-29T08:45:03.4992718Z with:
2026-07-29T08:45:03.4993066Z   repository: BigscreenVR/spt-bs-core
2026-07-29T08:45:03.4996197Z   token: ***
2026-07-29T08:45:03.4996544Z   ssh-strict: true
2026-07-29T08:45:03.4996885Z   ssh-user: git
2026-07-29T08:45:03.4997239Z   persist-credentials: true
2026-07-29T08:45:03.4997635Z   clean: true
2026-07-29T08:45:03.4997977Z   sparse-checkout-cone-mode: true
2026-07-29T08:45:03.4998383Z   fetch-depth: 1
2026-07-29T08:45:03.4998721Z   fetch-tags: false
2026-07-29T08:45:03.4999137Z   show-progress: true
2026-07-29T08:45:03.4999492Z   lfs: false
2026-07-29T08:45:03.4999810Z   submodules: false
2026-07-29T08:45:03.5000159Z   set-safe-directory: true
2026-07-29T08:45:03.5000711Z   allow-unsafe-pr-checkout: false
2026-07-29T08:45:03.5001259Z env:
2026-07-29T08:45:03.5001598Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-29T08:45:03.5002021Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-29T08:45:03.5002473Z ##[endgroup]
2026-07-29T08:45:03.5823278Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T08:45:03.5825566Z ##[group]Getting Git version info
2026-07-29T08:45:03.5826699Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T08:45:03.5828224Z [command]/usr/bin/git version
2026-07-29T08:45:03.5829058Z git version 2.43.0
2026-07-29T08:45:03.5846277Z ##[endgroup]
2026-07-29T08:45:03.5859070Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/591cba8c-69da-4161-8142-e9c88b58d83f' before making global git config changes
2026-07-29T08:45:03.5860499Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T08:45:03.5862577Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T08:45:03.5894238Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T08:45:03.5912705Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T08:45:03.5923285Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T08:45:03.5925663Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T08:45:03.5944694Z refs/heads/main
2026-07-29T08:45:03.5951010Z [command]/usr/bin/git checkout --detach
2026-07-29T08:45:03.6001606Z HEAD is now at ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T08:45:03.6036493Z [command]/usr/bin/git branch --delete --force main
2026-07-29T08:45:03.6061118Z Deleted branch main (was ffc7e9ea).
2026-07-29T08:45:03.6146548Z ##[endgroup]
2026-07-29T08:45:03.6148710Z [command]/usr/bin/git submodule status
2026-07-29T08:45:03.6336750Z ##[group]Cleaning the repository
2026-07-29T08:45:03.6339422Z [command]/usr/bin/git clean -ffdx
2026-07-29T08:45:04.4218086Z Removing target/
2026-07-29T08:45:04.4230535Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T08:45:04.4293295Z HEAD is now at ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T08:45:04.4298818Z ##[endgroup]
2026-07-29T08:45:04.4300750Z ##[group]Disabling automatic garbage collection
2026-07-29T08:45:04.4303831Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T08:45:04.4328420Z ##[endgroup]
2026-07-29T08:45:04.4329312Z ##[group]Setting up auth
2026-07-29T08:45:04.4333813Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T08:45:04.4359343Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T08:45:04.4549755Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T08:45:04.4579221Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T08:45:04.4766588Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T08:45:04.4797267Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T08:45:04.4996795Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T08:45:04.5027278Z ##[endgroup]
2026-07-29T08:45:04.5028240Z ##[group]Fetching the repository
2026-07-29T08:45:04.5033818Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ffc7e9ea4427ff56f02edd6816b814cea5874dfe:refs/remotes/origin/main
2026-07-29T08:45:04.9866937Z ##[endgroup]
2026-07-29T08:45:04.9868326Z ##[group]Determining the checkout info
2026-07-29T08:45:04.9869575Z ##[endgroup]
2026-07-29T08:45:04.9871384Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T08:45:04.9921413Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T08:45:04.9945062Z ##[group]Checking out the ref
2026-07-29T08:45:04.9947189Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-29T08:45:05.0000493Z Switched to a new branch 'main'
2026-07-29T08:45:05.0001690Z branch 'main' set up to track 'origin/main'.
2026-07-29T08:45:05.0006646Z ##[endgroup]
2026-07-29T08:45:05.0042424Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T08:45:05.0065932Z ffc7e9ea4427ff56f02edd6816b814cea5874dfe
